Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / InputTextBoxElementBase<T> Class / Parent Property

In This Topic
    Parent Property (InputTextBoxElementBase<T>)
    In This Topic
    Gets the element's parent, or null if this is the root element.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Parent As Element
    public Element Parent {get;}
    See Also